home *** CD-ROM | disk | FTP | other *** search
- Path: hpscit.sc.hp.com!news
- From: Raghuveera Ravinutala <raghur>
- Newsgroups: comp.lang.c++
- Subject: Re: What are the differences between structures and classes in C++ ?
- Date: 7 Apr 1996 09:57:55 GMT
- Organization: Hewlett-Packard Company
- Message-ID: <4k83j3$a56@hpscit.sc.hp.com>
- References: <4k5m65$av@hpscit.sc.hp.com> <DpG53J.Hsz@presby.edu>
- NNTP-Posting-Host: 15.10.45.112
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/712)
- X-URL: news:DpG53J.Hsz@presby.edu
-
- <jtbell@presby.edu (Jon Bell)> wrote :
- >the only *formal* difference between a class and a
- >struct is that by default, class members are private whereas struct
- >members are public.
-
- Thanx. I am aware of this difference. I would like to know more, like,
- inheritence etc..
-
- Raghu.
- email : raghur@india.hp.com
-
-